object ContactForm: TMEContactForm Message = 'Contact Information' MinWidth = 0 OnAction = 'madExcept.HandleContactForm' Timer = 0 object ContinueBtn: INVButton Caption = 'Continue' Enabled = True NoOwnerDraw = False end object SkipBtn: INVButton Caption = 'Skip' Enabled = False NoOwnerDraw = False end object AbortBtn: INVButton Caption = 'Abort' Enabled = True NoOwnerDraw = False end object Label1: INVLabel Caption = 'your name:' Enabled = True Spacing = 0 end object NameEdit: INVEdit Enabled = True Lines = 1 Optional = True OutputName = 'contact name' OutputType = nvoHeader Spacing = 0 Text = '' end object Label2: INVLabel Caption = 'your email:' Enabled = True Spacing = 0 end object EmailEdit: INVEdit Enabled = True Lines = 1 Optional = False OutputName = 'contact email' OutputType = nvoHeader Spacing = 0 Text = '' end object MemCheck: INVCheckBox Checked = False Enabled = True OutputName = '' Spacing = 0 Text = 'some text' end end